home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Fortress.swf / scripts / DefineSprite_78 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  140 b   |  12 lines

  1. if(eval("/:sub2") == "1")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. if(eval("/:soundon") == "1")
  6. {
  7.    tellTarget("/fire")
  8.    {
  9.       play();
  10.    }
  11. }
  12.